活动
最新
False
生产力活动
Last updated 2024年7月1日

获取文件夹

通过相对路径或者通过 URL、ID 或完整路径从 Google 云端硬盘获取文件夹。

命名空间:UiPath.Gsuite.Activities.API

程序集:UiPath.Gsuite.Activities.API(在 UiPath.Gsuite.Activities.API.dll 中)

重载

重载描述
GetFolder(IFolder, String)通过相对路径从 Google 云端硬盘获取文件夹。
GetFolder(String, IdentificationType)

按 URL、ID 或完整路径从 Google 云端硬盘获取文件夹。

GetFolder(IFolder, String)

通过相对路径从 Google 云端硬盘获取文件夹。
public IFolder GetFolder(
	IFolder parent,
	string relativePath
)public IFolder GetFolder(
	IFolder parent,
	string relativePath
)
parent IFolder
Google 云端硬盘上搜索文件夹的基本位置。
relativePath String
父文件夹的相对文件夹路径,包括名称。
返回值
IFolder - 已检索的文件夹。

GetFolder(String, IdentificationType)

按 URL、ID 或完整路径从 Google 云端硬盘获取文件夹。

public IFolder GetFolder(
	string identifier = null,
	IdentificationType type = IdentificationType.UrlOrId
)public IFolder GetFolder(
	string identifier = null,
	IdentificationType type = IdentificationType.UrlOrId
)
identifier String (可选)
要检索的文件夹的标识符 (id、url、完整路径)。 如果留空,将返回根文件夹。
type IdentificationType (可选)
指定所提供标识符的类型 (ID、URL 或完整路径)。
返回值
IFolder - 已检索的文件夹。
  • 重载
  • GetFolder(IFolder, String)
  • GetFolder(String, IdentificationType)

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.